06. Part 3: Web Resiliency

Website Resiliency

Build a resilient static web hosting solution in AWS. Create a versioned S3 bucket and configure it as a static website.

  1. Enter “index.html” for both Index document and Error document
  2. Upload the files from the GitHub repo (under /project/s3/)
  3. Paste URL into a web browser to see your website.

Task List:

Task Feedback:

Keep it up!

You will now “accidentally” change the contents of the website such that it is no longer serving the correct content

  1. Change index.html to refer to a different “season”
  2. Re-upload index.html
  3. Refresh web page

Task List:

Task Feedback:

Well done!

You will now need to “recover” the website by rolling the content back to a previous version.

  1. Recover the index.html object back to the original version
  2. Refresh web page

Task List:

Task Feedback:

You got it.

You will now “accidentally” delete contents from the S3 bucket. Delete “winter.jpg”

Task Description:

SAVE screenshots of the modified webpage and of the existing versions of the file showing the "Deletion marker". Name your screenshots:

Task List:

Task Feedback:

Good job!

You will now need to “recover” the object:

  1. Recover the deleted object
  2. Refresh web page

Task List:

Task Feedback:

Well done.

ND0063 C1 Project Part 3